home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2001 April / april_2001.iso / intercd / root / Multimedia / Image / ^Icon_Edit / IconEdit.cab / ANI-2B.IES next >
Encoding:
Text File  |  1998-12-05  |  1.9 KB  |  99 lines

  1.  
  2. NAME: Animate two backgrounds
  3. PURPOSE: Animate two backgrounds with different speeds
  4.          Icon 1 = Background 1
  5.          Icon 2 = Background 2
  6.          Icon 3 = Foreground
  7. ---------------------------------------------------
  8.  
  9. MSG: Load the file car2-1.ico to slot 1 - car2-2.ico to slot 2 and car2-3.ico to slot 3... (these icons are located in the scripts directory),65,Information
  10.  
  11. Shift icon 1 one pixel to the right and copy it to the clipboard
  12.    ICON: 1
  13.    KEY: {F9}
  14.    KEY: 6
  15.    KEY: %O
  16.    KEY: C
  17.  
  18. Paste icon 1 into icon 4
  19.    ICON: 4
  20.    KEY: V
  21.  
  22. Shift icon 2 two pixel to the right and copy it to the clipboard
  23.    ICON: 2
  24.    KEY: {F9}
  25.    KEY: 6
  26.    KEY: 6
  27.    KEY: %O
  28.    KEY: C
  29.  
  30. Paste icon 2 into icon 4
  31.    ICON: 4
  32.    KEY: V
  33.  
  34. Copy icon 3 to the clipboard
  35.    ICON: 3
  36.    KEY: C
  37.  
  38. Paste icon 3 into icon 4
  39.    ICON: 4
  40.    KEY: V
  41.  
  42. Create a new animation
  43.    KEY: %(AN)
  44.  
  45. Copy icon 4 to the first frame of the animation and wait to finish this action
  46.    KEY: %(AO)
  47.    WAIT: 1
  48.  
  49. ----------
  50.  
  51. Repeat the following block 31 times to create an animation with 32 frames
  52.  
  53.    LOOP: 31
  54.       Shift icon 1 one pixel to the right and copy it to the clipboard
  55.          ICON: 1
  56.          KEY: {F9}
  57.          KEY: 6
  58.          KEY: %O
  59.          KEY: C
  60.  
  61.       Paste icon 1 into icon 4
  62.          ICON: 4
  63.          KEY: V
  64.  
  65.       Shift icon 2 two pixel to the right and copy it to the clipboard
  66.          ICON: 2
  67.          KEY: {F9}
  68.          KEY: 6
  69.          KEY: 6
  70.          KEY: %O
  71.          KEY: C
  72.  
  73.       Paste icon 2 into icon 4
  74.          ICON: 4
  75.          KEY: V
  76.  
  77.       Copy icon 3 to the clipboard
  78.          ICON: 3
  79.          KEY: C
  80.  
  81.       Paste icon 3 into icon 4
  82.          ICON: 4
  83.          KEY: V
  84.  
  85.       Insert the icon at the end of the animation
  86.          KEY: I
  87.          KEY: %E
  88.          KEY: %O
  89.    END LOOP
  90.  
  91. ----------
  92.  
  93.  
  94. Set Jiffies to '1'
  95.    KEY: %J
  96.    KEY: {HOME}
  97.  
  98.  
  99.